Entry
A list entry. This is responsible for managing its own position, rendering of the list row, management of any children widgets, providing correct navigation, narration, and so on.
In particular, the CustomListWidget does not provide any mechanism to manage individual entry positions itself. Positions of entries must either be managed by list implementations, or in the entry itself. See DynamicListWidget for a (very in-depth) implementation example.
Author
fzzyhmstrs
Since
0.6.0
Parameters
P a parent to attach to this entry. This is an indirect way of making this entry "inner", without actually doing that.
Inheritors
Functions
Append narration messages to current NarrationMessageBuilder. The list will handle list position and navigation, the entry should focus on providing title and description information, and internal navigation information as applicable (if there are multiple children in one entry for example)